Skip to content

Configure Maven batch mode and no-transfer-progress in CI #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2025

Conversation

basmussen
Copy link
Contributor

Fixes #10

Summary

  • Configure Maven to run in batch mode with reduced log verbosity in CI
  • Improve CI performance and log readability

Changes

  • Added --batch-mode flag for non-interactive builds
  • Added --no-transfer-progress to hide download progress
  • Applied to all Maven commands (compile, test, verify)

Benefits

  • Cleaner CI logs without download progress bars
  • Non-interactive mode prevents hanging on prompts
  • Reduced log size for better readability
  • Optimized for automated CI environments

- Add --batch-mode flag for non-interactive builds
- Add --no-transfer-progress to reduce log verbosity
- Applied to all Maven commands in CI workflow
@basmussen basmussen merged commit c082043 into develop Jun 9, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure Maven batch mode and no-transfer-progress in CI
1 participant